home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if (field "Tblcaste,DIAMETER" contains "8") or (field "Tblcaste,DIAMETER" contains "6") or (field "Tblcaste,DIAMETER" contains "10") then
- alert("You cannot select 15-1/2 inch load height unless you choose a 12 inch diameter wheel.")
- set the hilite of member "b_lh15.5" to 0
- end if
- if the hilite of member "b_lh15.5" = 1 then
- set the hilite of member "b_lh10.5" to 0
- set the hilite of member "b_lh12.5" to 0
- set the hilite of member "b_lh8.0" to 0
- end if
- end
-